1bashThis script moves the file sales.csv to the data directory and renames it to sales-2023.csv without overwriting an existing file.mv -n sales.csv data/sales-2023.csvexternal toolsmvfile move and rename with overwrite protection